CalendarView for WinForms
IsIdentity プロパティ (Matrix<T>)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Matrix<T> クラス : IsIdentity プロパティ
Gets a value indicating whether this Matrix object is the identity matrix.
シンタックス
'宣言
 
Public ReadOnly Property IsIdentity As System.Boolean
public System.bool IsIdentity {get;}

プロパティ値

This property is true if this Matrix is identity; otherwise, false.
解説
| 1, 0, 0 | | 0, 1, 0 | | 0, 0, 1 |
参照

Matrix<T> クラス
Matrix<T> メンバ